What is the difference between Python and c++/c/java in storing negative numbers?
Remove all negative numbers after the first negative number in the array
Scala > val a = ArrayBuffer [Int] (1,2jue 3,5,-1,2,3,5) a: scala.collection.mutable.ArrayBuffer [Int

